home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Library / Manuels & Misc / Assembly / AOA.ZIP / CH02 / WLOGIC / HELP1.DFM / HELP1.txt
Encoding:
Text File  |  1995-12-25  |  2.1 KB  |  101 lines

  1. object HelpBox: THelpBox
  2.   Left = 238
  3.   Top = 104
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'Equation Help'
  7.   ClientHeight = 284
  8.   ClientWidth = 357
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 349
  20.     Height = 241
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object HelpLbl1: TLabel
  25.       Left = 4
  26.       Top = 8
  27.       Width = 269
  28.       Height = 21
  29.       AutoSize = False
  30.       Caption = 'Equations must take the form:'
  31.       Font.Color = clBlack
  32.       Font.Height = -11
  33.       Font.Name = 'MS Sans Serif'
  34.       Font.Style = [fsBold]
  35.       ParentFont = False
  36.       WordWrap = True
  37.       IsControl = True
  38.     end
  39.     object HelpLbl2: TLabel
  40.       Left = 112
  41.       Top = 32
  42.       Width = 45
  43.       Height = 16
  44.       Caption = 'V=expr'
  45.     end
  46.     object HelpLbl3: TLabel
  47.       Left = 4
  48.       Top = 60
  49.       Width = 337
  50.       Height = 89
  51.       AutoSize = False
  52.       Caption = 
  53.         'where "V" is a single letter variable name and "expr" is a legal' +
  54.         ' logical expression containing variables (A-Z, #), OR operators ' +
  55.         '(+), not operators ('#39'), and parentheses to control precedence.  ' +
  56.         '      Examples:'
  57.       WordWrap = True
  58.     end
  59.     object HelpLbl4: TLabel
  60.       Left = 104
  61.       Top = 152
  62.       Width = 61
  63.       Height = 21
  64.       AutoSize = False
  65.       Caption = 'F=A+BC'
  66.     end
  67.     object HelpLbl5: TLabel
  68.       Left = 104
  69.       Top = 176
  70.       Width = 93
  71.       Height = 21
  72.       AutoSize = False
  73.       Caption = 'G=A'#39'+B(C+D)'#39
  74.     end
  75.     object HelpLbl6: TLabel
  76.       Left = 104
  77.       Top = 200
  78.       Width = 64
  79.       Height = 16
  80.       Caption = 'H=#(A+B)'#39
  81.     end
  82.   end
  83.   object OKButton: TBitBtn
  84.     Left = 127
  85.     Top = 254
  86.     Width = 77
  87.     Height = 27
  88.     Font.Color = clBlack
  89.     Font.Height = -11
  90.     Font.Name = 'MS Sans Serif'
  91.     Font.Style = [fsBold]
  92.     ParentFont = False
  93.     TabOrder = 1
  94.     OnClick = OKButtonClick
  95.     Kind = bkOK
  96.     Margin = 2
  97.     Spacing = -1
  98.     IsControl = True
  99.   end
  100. end
  101.